Skip to content

Instantly share code, notes, and snippets.

View davenotik's full-sized avatar

David Notik davenotik

View GitHub Profile
@davenotik
davenotik / designer-updates.html
Last active August 29, 2015 14:03
designer, updates
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<polymer-element name="my-element">
@davenotik
davenotik / designer-list.html
Last active August 29, 2015 14:03
designer, list
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../paper-toast/paper-toast.html">
<polymer-element name="my-element">
SELECT
"NewsArticle"."id" AS "NewsArticle.id",
"NewsArticle"."title" AS "NewsArticle.title",
"NewsArticle"."votes" AS "NewsArticle.votes",
"NewsArticle"."taggedGroups" AS "NewsArticle.taggedGroups",
"NewsArticle"."sharedBy" AS "NewsArticle.sharedBy",
"NewsArticle"."numberOfComments" AS "NewsArticle.numberOfComments",
"NewsArticle"."url" AS "NewsArticle.url",
"NewsArticle"."visualGridThumbnail" AS "NewsArticle.visualGridThumbnail",
"NewsArticle"."visualGridThumbnailSize" AS "NewsArticle.visualGridThumbnailSize",
function Isolate() {}
init();
var $$ = {};
var $ = Isolate.$isolateProperties;
$$.ExceptionImplementation = {"":
["_msg"],
super: "Object",
toString$0: function() {
var t1 = this._msg;