Skip to content

Instantly share code, notes, and snippets.

View gorhgorh's full-sized avatar

Jérôme Zhang gorhgorh

View GitHub Profile
@gorhgorh
gorhgorh / course.json
Created October 5, 2015 11:20
navigation object to add the close extention
"_navigation":{
"_extensions": {
"_close": {
"_isEnabled": true,
"_iconTypeClass": "icon-cross",
"tooltip": "Close",
"_showTooltip": true,
"_layout": "right",
"_promptIfIncomplete": null,

Keybase proof

I hereby claim:

  • I am gorhgorh on github.
  • I am gorhgorh (https://keybase.io/gorhgorh) on keybase.
  • I have a public key whose fingerprint is 023C 64F8 79A9 32C3 84B3 A3DE 15BD 341F 5430 B83D

To claim this, I am signing this object:

define([
'coreJS/adapt',
'coreViews/menuView'
], function(Adapt, MenuView) {
var BoxMenuView = MenuView.extend({
events: {
'click .platformBt' : 'onClickPlatformButton'
},