location-bar
Version:
A microlib for managing browser's location bar via pushState and hashChange APIs. This lib makes it easy to listen to URL changes and update the URL.
36 lines (32 loc) • 632 B
Plain Text
{
"curly": false,
"eqeqeq": true,
"forin": true,
"immed": true,
"latedef": false,
"newcap": true,
"noarg": true,
"noempty": true,
"nonew": true,
"regexp": false,
"undef": true,
"unused": true,
"trailing": true,
"sub": true,
"expr": true,
"es5": true,
"browser": true,
"devel": true,
"indent": 2,
"maxlen": 120,
"white": false,
"predef": ["_", "test", "module", "Backbone", "equal", "ok", "strictEqual", "asyncTest", "start"],
"strict": false,
"nomen": false,
"onevar": false,
"plusplus": false,
"jquery": false,
"dojo": false,
"mootools": false,
"prototypejs": false
}