Skip to content

Instantly share code, notes, and snippets.

@peterqliu
Last active August 29, 2015 14:06
Show Gist options
  • Save peterqliu/b1ebf728c73cbfc9925e to your computer and use it in GitHub Desktop.
Save peterqliu/b1ebf728c73cbfc9925e to your computer and use it in GitHub Desktop.
Clicking on layer doesn't go to edit view
Throws "Uncaught ReferenceError: order is not defined " on this line:
function defaultTransitionErrorHandler(error) {
throw error; // This error probably originated in a transition hook.
}
I've npm installed on both the root and node-modules/mapbox-gl
@tmcw
Copy link

tmcw commented Sep 24, 2014

If you have the dev tools open while seeing the file and you are using Chrome beta or Canary, it should show a more specific error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment