mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Switch from double to single quotes
Switch from double to single quotes for consistency with rest of file
This commit is contained in:
@@ -1447,7 +1447,7 @@
|
||||
// Start the hash change handling, returning `true` if the current URL matches
|
||||
// an existing route, and `false` otherwise.
|
||||
start: function(options) {
|
||||
if (History.started) throw new Error("Backbone.history has already been started");
|
||||
if (History.started) throw new Error('Backbone.history has already been started');
|
||||
History.started = true;
|
||||
|
||||
// Figure out the initial configuration. Do we need an iframe?
|
||||
|
||||
Reference in New Issue
Block a user