Skip to content

Instantly share code, notes, and snippets.

@infacq
Last active December 25, 2015 12:49
Show Gist options
  • Save infacq/6979507 to your computer and use it in GitHub Desktop.
Save infacq/6979507 to your computer and use it in GitHub Desktop.
RouterKu = Backbone.Router.extend({
routes: {
"sini/sana" : "bertindak"
},
bertindak: function(){
// lakukan sesuatu disini
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment