Switch from double to single quotes

Switch from double to single quotes for consistency with rest of file
This commit is contained in:
Austen Talbot
2014-07-06 15:27:37 -07:00
parent 8761f25c7d
commit 4807136e34

View File

@@ -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?