Skip to content

Instantly share code, notes, and snippets.

View DavidBennettPIO's full-sized avatar

David Bennett DavidBennettPIO

View GitHub Profile
@DavidBennettPIO
DavidBennettPIO / icon-text-height-cleaner.svg
Last active August 29, 2015 13:55
cleaner version icon-text-height
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DavidBennettPIO
DavidBennettPIO / routeVC.js
Last active January 4, 2016 21:29
Can.js Route View Controler helper plugin
can.routeVC = can.Construct.extend('can.routeVC', {
routerControl:null,
view_dir: 'views/',
view_ext: can.view.ext,
data: {}
},{
init: function(attachTo, routes){